GtkGLArea: Don't dispose gl context on unrealize
authorAlexander Larsson <alexl@redhat.com>
Mon, 3 Nov 2014 12:19:40 +0000 (13:19 +0100)
committerAlexander Larsson <alexl@redhat.com>
Mon, 3 Nov 2014 12:19:40 +0000 (13:19 +0100)
commit3656c21030eb26c2556dcaaf972903575c9de0ae
tree258352b0c59b7bcd1f24a96a0cbb2227157bf637
parent9930e6dcaaa334b92f1cfc7e798a0064ed9d0666
GtkGLArea: Don't dispose gl context on unrealize

This was done to ensure the context is not current, but this is
pretty broken for shared contexts. We now just make it non-current.
gtk/gtkglarea.c